System.ArgumentNullException: Value cannot be null.
Parameter name: writer
at RazorEngine.Templating.TemplateBase.WriteLiteralTo(TextWriter writer, String literal)
at RazorEngine.Templating.TemplateBase.WritePositionTaggedLiteral(TextWriter writer, PositionTagged`1 value)
at RazorEngine.Templating.TemplateBase.WriteAttributeTo(TextWriter writer, String name, PositionTagged`1 prefix, PositionTagged`1 suffix, AttributeValue[] values)
at RazorEngine.Templating.TemplateBase.WriteAttribute(String name, PositionTagged`1 prefix, PositionTagged`1 suffix, AttributeValue[] values)
at CompiledRazorTemplates.Dynamic.dadfdabcaca.Execute()
at RazorEngine.Templating.TemplateBase.Run(ExecuteContext context)
at System.Web.Mvc.HtmlTemplateBase`1.Run(ExecuteContext context)
at CMS.Core.ITemplateExtensions.Run[T](ITemplate template, T Model)
at CMS.Core.ITemplateExtensions.Parse[T](String template, T Model)
javascript:window.open("https://www.facebook.com/sharer.php?u=http%3a%2f%2fauthors.com.bd%2f1121",'Share','toolbar=0,status=0,width=626,height=436')" class="btn btn-sm c-btn-white c-btn-uppercase c-btn-square c-font-grey-3 c-font-white-hover c-bg-red-2-hover c-btn-product">
@{ var db = ERP.Data.DBContext.Current;
var authors = db.Party.Active().Where(p => p.TypeId == 1017 && db.PartyProduct.Any(i => i.PartyId == p.Id));
var books = ERP.Data.DBContext.Current.Product.Active();
}
A National Archive of Information
@ERP.Data.Service.BusinessService.ByType("Publisher").Count()
Publishers
Featuring complete portfolio & virtual showroom of @ERP.Data.Service.BusinessService.ByType("Publisher").Count() active Publishers in Bangladesh.
@authors.Count().ToString("#,###")
Authors
Portfolio of an ever growing list of legends. About @authors.Count().ToString("#,###") Bengali authors & Poets of the past, present & future.
@books.Count().ToString("#,###")
Books
A complete online catalog of Bangla books. From the everlasting classics to modern literature of the future generation.
Error:
Value cannot be null.
Parameter name: writer